PFSSectionGetSectionsCount Method (String) |
Get the number of sub-section of this section with the specified section name.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public int GetSectionsCount(
string sectionName
)
Public Function GetSectionsCount (
sectionName As String
) As Integer
public:
int GetSectionsCount(
String^ sectionName
)
member GetSectionsCount :
sectionName : string -> int
Parameters
- sectionName
- Type: SystemString
Name of section to count
Return Value
Type:
Int32See Also