WebContent_Basic_Pages Class
Represents a collection of basic information about web content pages and redirects
Namespace: SobekCM.Core.WebContent.AdminAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("webContentCollection")]
[DataContractAttribute]
public class WebContent_Basic_Pages |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| ContentCollection | Returns the list of web content matching the requested page, filter, etc.. |
| Page | Page of web content (or redirects) requested, within the larger framework |
| RowsPerPage | Number of rows returned per page of web content information |
| Total | Number of pages or redirects |
See Also