Method | Description | |
---|---|---|
Create ( |
||
Delete ( int metaTagId ) : bool | ||
GetMetaTagsForBlog ( |
||
GetMetaTagsForEntry ( |
||
Update ( |
public static Create ( |
||
metaTag | ||
return | int |
public static Delete ( int metaTagId ) : bool | ||
metaTagId | int | |
return | bool |
public static GetMetaTagsForBlog ( |
||
blog | ||
pageIndex | int | |
pageSize | int | |
return | IPagedCollection |
public static GetMetaTagsForEntry ( |
||
entry | ||
pageIndex | int | |
pageSize | int | |
return | IPagedCollection |
public static Update ( |
||
metaTag | ||
return | bool |