Method | Description | |
---|---|---|
GetContentByID ( int id ) : ContentDTO | ||
GetContents ( ) : IList |
||
SaveContent ( ContentDTO contentDto ) : ContentDTO | ||
SetContentItemid ( int contentId, int itemId, string repository ) : bool | ||
SetStateContent ( int contentId, int state ) : bool |
public GetContentByID ( int id ) : ContentDTO | ||
id | int | |
return | ContentDTO |
public SaveContent ( ContentDTO contentDto ) : ContentDTO | ||
contentDto | ContentDTO | |
return | ContentDTO |
public SetContentItemid ( int contentId, int itemId, string repository ) : bool | ||
contentId | int | |
itemId | int | |
repository | string | |
return | bool |
public SetStateContent ( int contentId, int state ) : bool | ||
contentId | int | |
state | int | |
return | bool |