Property | Type | Description | |
---|---|---|---|
CGroup | ContentGroup | ||
ModuleId | int | ||
SxcContext | SxcInstance |
Method | Description | |
---|---|---|
AddItem ( int sortOrder = null ) : void | ||
ChangeOrder ( [ sortOrder, int destinationSortOrder ) : void | ||
GetSelectableApps ( ) : IEnumerable | ||
GetSelectableContentTypes ( ) : IEnumerable | ||
GetSelectableTemplates ( ) : IEnumerable | ||
Publish ( int repositoryId ) : bool | ||
Publish ( string part, int sortOrder ) : bool | ||
RemoveFromList ( [ sortOrder ) : void | ||
SaveTemplateId ( int templateId, bool forceCreateContentGroup, bool newTemplateChooserState = null ) : Guid? |
Method | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetSelectableTemplatesForWebApi ( ) : IEnumerable
|
|
SavePreviewTemplateId ( System.Guid templateGuid, bool newTemplateChooserState = null ) : void |
|
|
Private MethodsMethod |
Description |
|
ContentGroupReferenceManagerBase ( SxcInstance sxc ) : System |
|
|
EnsureLinkToContentGroup ( System.Guid cgGuid ) : void |
|
|
SetAppId ( int appId ) : void |
|
|
SetTemplateChooserState ( bool state ) : void |
|
|
UpdateTitle ( ) : void |
|
|
UpdateTitle ( IEntity titleItem ) : void |
|
|
Method Details
public AddItem ( int sortOrder = null ) : void |
sortOrder |
int |
| return |
void |
|
public ChangeOrder ( [ sortOrder, int destinationSortOrder ) : void |
sortOrder |
[ |
|
destinationSortOrder |
int |
| return |
void |
|
public GetSelectableApps ( ) : IEnumerable |
return |
IEnumerable |
|
public GetSelectableContentTypes ( ) : IEnumerable |
return |
IEnumerable |
|
public GetSelectableTemplates ( ) : IEnumerable |
return |
IEnumerable |
|
protected GetSelectableTemplatesForWebApi ( ) : IEnumerable
| return |
IEnumerable
|
|
public Publish ( int repositoryId ) : bool |
repositoryId |
int |
| return |
bool |
|
public Publish ( string part, int sortOrder ) : bool |
part |
string |
|
sortOrder |
int |
| return |
bool |
|
public RemoveFromList ( [ sortOrder ) : void |
sortOrder |
[ |
| return |
void |
|
protected abstract SavePreviewTemplateId ( System.Guid templateGuid, bool newTemplateChooserState = null ) : void |
templateGuid |
System.Guid |
|
newTemplateChooserState |
bool |
| return |
void |
|
public SaveTemplateId ( int templateId, bool forceCreateContentGroup, bool newTemplateChooserState = null ) : Guid? |
templateId |
int |
|
forceCreateContentGroup |
bool |
|
newTemplateChooserState |
bool |
| return |
Guid? |
| Property Details
protected ContentGroup CGroup |
return |
ContentGroup |
|
protected int ModuleId |
return |
int |
|
protected SxcInstance SxcContext |
return |
SxcInstance |
| |