Gets all the content Layers for the page.

 

   

Syntax
 

[C#]
StreamObject[] GetLayers()

[Visual Basic]
Function GetLayers() As StreamObject()

 

   

Params
 
Name Description
return An array of all the content Layers on the page.

 

   

Notes
 

Gets all the content Layers for the page.

 

   

Example
 

None.