ISchemaSynchManagerGetPagesToSync Method
|
Get the
pages that use the given
schema.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IPageToSync> GetPagesToSync(
ISchema schema
)
Function GetPagesToSync (
schema As ISchema
) As IEnumerable(Of IPageToSync)
IEnumerable<IPageToSync^>^ GetPagesToSync(
ISchema^ schema
)
abstract GetPagesToSync :
schema : ISchema -> IEnumerable<IPageToSync> Parameters
- schema ISchema
- The schema to find out of sync pages for.
Return Value
IEnumerableIPageToSyncA list of
pages
See Also