using System; using System.Collections.Generic; using System.Text; namespace umbraco.presentation.ClientDependency { /// /// The type of client file /// public enum ClientDependencyType { Javascript, Css } }