IPagePresentationCollectionElementReferences Method
|
Find out how many times the specified element has been used in
Presentations across
this collection
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint ElementReferences(
string elementId
)
Function ElementReferences (
elementId As String
) As Integer
int ElementReferences(
String^ elementId
)
abstract ElementReferences :
elementId : string -> int Parameters
- elementId String
- Guid of the element to search
Return Value
Int32Count of references
See Also