Method |
Description |
|
AddField ( int appId, int contentTypeId, string staticName, string type, string inputType, int sortOrder ) : int |
|
|
CreateGhost ( int appId, string sourceStaticName ) : bool |
|
|
DataTypes ( int appId ) : string[] |
|
|
Delete ( int appId, string staticName ) : bool |
|
|
DeleteField ( int appId, int contentTypeId, int attributeId ) : bool |
|
|
Get ( int appId, string scope = null, bool withStatistics = false ) : IEnumerable |
|
|
Get ( int appId, string contentTypeId, string scope = null ) : dynamic |
|
|
GetFields ( int appId, string staticName ) : IEnumerable |
|
|
GetSingle ( int appId, string contentTypeStaticName, string scope = null ) : dynamic |
|
|
InputTypes ( int appId ) : object>>.IEnumerable |
|
|
Rename ( int appId, int contentTypeId, int attributeId, string newName ) : void |
|
|
Reorder ( int appId, int contentTypeId, string newSortOrder ) : bool |
|
|
Save ( int appId, string>.Dictionary item ) : bool |
|
|
SetTitle ( int appId, int contentTypeId, int attributeId ) : void |
|
|
UpdateInputType ( int appId, int attributeId, string inputType ) : bool |
|
|