Gets a collection of Property Defintions from the Data Store by portal
Namespace: DotNetNuke.Entities.ProfileAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ProfilePropertyDefinitionCollection GetPropertyDefinitionsByPortal( int portalId, bool clone, bool includeDeleted ) |
Visual Basic |
---|
Public Shared Function GetPropertyDefinitionsByPortal ( portalId As Integer, clone As Boolean, includeDeleted As Boolean ) As ProfilePropertyDefinitionCollection |
Parameters
- portalId
- Type: System..::..Int32
The id of the Portal
- clone
- Type: System..::..Boolean
Whether to use a clone object.
- includeDeleted
- Type: System..::..Boolean
Whether to include deleted profile properties.