C# 클래스 SenseNet.Portal.UI.ContentTools

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
CreateThumbnailPath ( string path, string imageModeStr, int width, int height ) : string
CurrentUrlEncoded ( ) : string
GetActionUrl ( string url, string actionName, string backUrl ) : string
GetContent ( string path ) : XPathNodeIterator
GetContent ( string path, bool withChildren ) : XPathNodeIterator
GetContextNode ( ) : XPathNodeIterator
GetCurrentUserPath ( ) : string
GetImageUrlFromImageField ( string path ) : string
GetParentFromPath ( string path ) : string
GetParentPath ( string path ) : string
GetRatingUserGuid ( ) : string
GetReferences ( string path, string referenceName ) : XPathNodeIterator
GetUserNameByPath ( string path ) : string
Guid ( ) : string
HasApprovingItems ( ) : bool
SplitRate ( string value, bool enableGrouping, int contentid, string propertyname ) : XPathNodeIterator
UserIsLoggedIn ( ) : string

비공개 메소드들

메소드 설명
LoadContent ( string path ) : Content

메소드 상세

CreateThumbnailPath() 공개 메소드

public CreateThumbnailPath ( string path, string imageModeStr, int width, int height ) : string
path string
imageModeStr string
width int
height int
리턴 string

CurrentUrlEncoded() 공개 메소드

public CurrentUrlEncoded ( ) : string
리턴 string

GetActionUrl() 공개 메소드

public GetActionUrl ( string url, string actionName, string backUrl ) : string
url string
actionName string
backUrl string
리턴 string

GetContent() 공개 메소드

public GetContent ( string path ) : XPathNodeIterator
path string
리턴 System.Xml.XPath.XPathNodeIterator

GetContent() 공개 메소드

public GetContent ( string path, bool withChildren ) : XPathNodeIterator
path string
withChildren bool
리턴 System.Xml.XPath.XPathNodeIterator

GetContextNode() 공개 메소드

public GetContextNode ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

GetCurrentUserPath() 공개 메소드

public GetCurrentUserPath ( ) : string
리턴 string

GetImageUrlFromImageField() 공개 정적인 메소드

public static GetImageUrlFromImageField ( string path ) : string
path string
리턴 string

GetParentFromPath() 공개 메소드

public GetParentFromPath ( string path ) : string
path string
리턴 string

GetParentPath() 공개 메소드

public GetParentPath ( string path ) : string
path string
리턴 string

GetRatingUserGuid() 공개 메소드

public GetRatingUserGuid ( ) : string
리턴 string

GetReferences() 공개 메소드

public GetReferences ( string path, string referenceName ) : XPathNodeIterator
path string
referenceName string
리턴 System.Xml.XPath.XPathNodeIterator

GetUserNameByPath() 공개 정적인 메소드

public static GetUserNameByPath ( string path ) : string
path string
리턴 string

Guid() 공개 메소드

public Guid ( ) : string
리턴 string

HasApprovingItems() 공개 메소드

public HasApprovingItems ( ) : bool
리턴 bool

SplitRate() 공개 메소드

public SplitRate ( string value, bool enableGrouping, int contentid, string propertyname ) : XPathNodeIterator
value string
enableGrouping bool
contentid int
propertyname string
리턴 System.Xml.XPath.XPathNodeIterator

UserIsLoggedIn() 공개 메소드

public UserIsLoggedIn ( ) : string
리턴 string