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