C# 클래스 Umbraco.Plugins.Connector.Helpers.ContentHelper

파일 보기 프로젝트 열기: narek725/Umbraco-8-CMS-DotNET-c-sharp

공개 메소드들

메소드 설명
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