Метод | Описание | |
---|---|---|
Delete ( ContentChannel item ) : bool |
Deletes the specified item.
|
|
GetAllAssociatedDescendents ( System.Guid parentContentChannelGuid ) : IEnumerable |
Returns an enumerable collection of
|
|
GetAllAssociatedDescendents ( int parentContentChannelId ) : IEnumerable |
Returns an enumerable collection of
|
|
GetAllAssociatedDescendentsPath ( int parentContentChannelId ) : IEnumerable |
Returns an enumerable collection of
|
|
GetChildContentChannels ( System.Guid contentChannelGuid ) : IQueryable |
Gets the child content channel types.
|
|
GetChildContentChannels ( int contentChannelId ) : IQueryable |
Gets the child content channel types.
|
|
GetParentContentChannels ( int contentChannelId ) : IQueryable |
Gets the parent content channel types.
|
public Delete ( ContentChannel item ) : bool | ||
item | ContentChannel | The item. |
Результат | bool |
public GetAllAssociatedDescendents ( System.Guid parentContentChannelGuid ) : IEnumerable |
||
parentContentChannelGuid | System.Guid | The parent content channel type unique identifier. |
Результат | IEnumerable |
public GetAllAssociatedDescendents ( int parentContentChannelId ) : IEnumerable |
||
parentContentChannelId | int | The parent content channel type identifier. |
Результат | IEnumerable |
public GetAllAssociatedDescendentsPath ( int parentContentChannelId ) : IEnumerable |
||
parentContentChannelId | int | The parent content channel type identifier. |
Результат | IEnumerable |
public GetChildContentChannels ( System.Guid contentChannelGuid ) : IQueryable |
||
contentChannelGuid | System.Guid | The content channel type unique identifier. |
Результат | IQueryable |
public GetChildContentChannels ( int contentChannelId ) : IQueryable |
||
contentChannelId | int | The content channel type identifier. |
Результат | IQueryable |
public GetParentContentChannels ( int contentChannelId ) : IQueryable |
||
contentChannelId | int | The content channel type identifier. |
Результат | IQueryable |