C# Класс Umbraco.Plugins.Connector.Helpers.ContentHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddAllowedDocumentType() публичный статический Метод

public static AddAllowedDocumentType ( IContentTypeService service, string parentAlias, string childAlias, int order = -1 ) : void
service IContentTypeService
parentAlias string
childAlias string
order int
Результат void

AddTemplate() публичный статический Метод

public static AddTemplate ( IContentType type, IContentTypeService service, Template template, int order = -1 ) : void
type IContentType
service IContentTypeService
template Template
order int
Результат void

AssetAlreadyExists() публичный статический Метод

public static AssetAlreadyExists ( string fileName, string outputDirectory ) : bool
fileName string
outputDirectory string
Результат bool

BrowserIsMobile() публичный статический Метод

public static BrowserIsMobile ( ) : bool
Результат bool

CopyPhysicalAssets() публичный статический Метод

public static CopyPhysicalAssets ( IEmbeddedResource embeddedResource ) : void
embeddedResource IEmbeddedResource
Результат void

DecodeUrl() публичный статический Метод

public static DecodeUrl ( string url ) : string
url string
Результат string

EncodeUrl() публичный статический Метод

public static EncodeUrl ( string url ) : string
url string
Результат string

OnOffToBool() публичный статический Метод

public static OnOffToBool ( string state ) : bool
state string
Результат bool

RandomString() публичный статический Метод

public static RandomString ( int length ) : string
length int
Результат string

Sanitize() публичный статический Метод

public static Sanitize ( string value ) : string
value string
Результат string

SetTemplate() публичный статический Метод

public static SetTemplate ( IContentService service, IFileService fileService, int nodeId, string templateAlias ) : void
service IContentService
fileService IFileService
nodeId int
templateAlias string
Результат void