Method | Description | |
---|---|---|
Action ( Content content, string actionName ) : string | ||
Action ( Content content, string actionName, bool includeBackUrl ) : string | ||
ActionMenu ( string contentPath, string innerContent, string scenario ) : string | ||
ActionUrl ( Content content, string actionName ) : string | ||
ActionUrl ( Content content, string actionName, bool includeBackUrl ) : string | ||
ActionUrl ( Content content, string actionName, bool includeBackUrl, object parameters ) : string | ||
BrowseAction ( Content c ) : string | ||
BrowseAction ( Content c, bool includeBackUrl ) : string | ||
BrowseAction ( Content c, string referenceFieldName ) : string | ||
BrowseAction ( Content c, string referenceFieldName, bool includeBackUrl ) : string | ||
BrowseAction ( string contentPath ) : string | ||
BrowseAction ( string contentPath, bool includeBackUrl ) : string | ||
BrowseUrl ( Content content ) : string | ||
BrowseUrl ( Content content, bool includeBackUrl ) : string | ||
BrowseUrl ( Content c, string referenceFieldName ) : string | ||
BrowseUrl ( Content c, string referenceFieldName, bool includeBackUrl ) : string |
public static Action ( Content content, string actionName ) : string | ||
content | Content | |
actionName | string | |
return | string |
public static Action ( Content content, string actionName, bool includeBackUrl ) : string | ||
content | Content | |
actionName | string | |
includeBackUrl | bool | |
return | string |
public static ActionMenu ( string contentPath, string innerContent, string scenario ) : string | ||
contentPath | string | |
innerContent | string | |
scenario | string | |
return | string |
public static ActionUrl ( Content content, string actionName ) : string | ||
content | Content | |
actionName | string | |
return | string |
public static ActionUrl ( Content content, string actionName, bool includeBackUrl ) : string | ||
content | Content | |
actionName | string | |
includeBackUrl | bool | |
return | string |
public static ActionUrl ( Content content, string actionName, bool includeBackUrl, object parameters ) : string | ||
content | Content | |
actionName | string | |
includeBackUrl | bool | |
parameters | object | |
return | string |
public static BrowseAction ( Content c ) : string | ||
c | Content | |
return | string |
public static BrowseAction ( Content c, bool includeBackUrl ) : string | ||
c | Content | |
includeBackUrl | bool | |
return | string |
public static BrowseAction ( Content c, string referenceFieldName ) : string | ||
c | Content | |
referenceFieldName | string | |
return | string |
public static BrowseAction ( Content c, string referenceFieldName, bool includeBackUrl ) : string | ||
c | Content | |
referenceFieldName | string | |
includeBackUrl | bool | |
return | string |
public static BrowseAction ( string contentPath ) : string | ||
contentPath | string | |
return | string |
public static BrowseAction ( string contentPath, bool includeBackUrl ) : string | ||
contentPath | string | |
includeBackUrl | bool | |
return | string |
public static BrowseUrl ( Content content ) : string | ||
content | Content | |
return | string |
public static BrowseUrl ( Content content, bool includeBackUrl ) : string | ||
content | Content | |
includeBackUrl | bool | |
return | string |
public static BrowseUrl ( Content c, string referenceFieldName ) : string | ||
c | Content | |
referenceFieldName | string | |
return | string |
public static BrowseUrl ( Content c, string referenceFieldName, bool includeBackUrl ) : string | ||
c | Content | |
referenceFieldName | string | |
includeBackUrl | bool | |
return | string |