C# 클래스 ToSic.SexyContent.EAVExtensions.EavApiProxies.ContentTypeController

상속: SxcApiController
파일 보기 프로젝트 열기: 2sic/2sxc

공개 메소드들

메소드 설명
ContentTypeController ( ) : System.Collections.Generic

비공개 메소드들

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

메소드 상세

ContentTypeController() 공개 메소드

public ContentTypeController ( ) : System.Collections.Generic
리턴 System.Collections.Generic