Метод | Описание | |
---|---|---|
AddAllowedDocumentType ( IContentTypeService service, string parentAlias, string childAlias, int order = -1 ) : void | ||
AddTemplate ( IContentType type, IContentTypeService service, Template template, int order = -1 ) : void | ||
AssetAlreadyExists ( string fileName, string outputDirectory ) : bool | ||
BrowserIsMobile ( ) : bool | ||
CopyPhysicalAssets ( IEmbeddedResource embeddedResource ) : void | ||
DecodeUrl ( string url ) : string | ||
EncodeUrl ( string url ) : string | ||
OnOffToBool ( string state ) : bool | ||
RandomString ( int length ) : string | ||
Sanitize ( string value ) : string | ||
SetTemplate ( IContentService service, IFileService fileService, int nodeId, string templateAlias ) : void |
Метод | Описание | |
---|---|---|
GetListOfEmbeddedResources ( IEmbeddedResource embeddedResource, ResourceType resourceType ) : List |
public static AddAllowedDocumentType ( IContentTypeService service, string parentAlias, string childAlias, int order = -1 ) : void | ||
service | IContentTypeService | |
parentAlias | string | |
childAlias | string | |
order | int | |
Результат | void |
public static AddTemplate ( IContentType type, IContentTypeService service, Template template, int order = -1 ) : void | ||
type | IContentType | |
service | IContentTypeService | |
template | Template | |
order | int | |
Результат | void |
public static AssetAlreadyExists ( string fileName, string outputDirectory ) : bool | ||
fileName | string | |
outputDirectory | string | |
Результат | bool |
public static BrowserIsMobile ( ) : bool | ||
Результат | bool |
public static CopyPhysicalAssets ( IEmbeddedResource embeddedResource ) : void | ||
embeddedResource | IEmbeddedResource | |
Результат | void |
public static DecodeUrl ( string url ) : string | ||
url | string | |
Результат | string |
public static EncodeUrl ( string url ) : string | ||
url | string | |
Результат | string |
public static OnOffToBool ( string state ) : bool | ||
state | string | |
Результат | bool |
public static RandomString ( int length ) : string | ||
length | int | |
Результат | string |
public static Sanitize ( string value ) : string | ||
value | string | |
Результат | string |
public static SetTemplate ( IContentService service, IFileService fileService, int nodeId, string templateAlias ) : void | ||
service | IContentService | |
fileService | IFileService | |
nodeId | int | |
templateAlias | string | |
Результат | void |