Adds a property to load on access to directory.
Namespace:
EPiServer.SecurityAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
C# |
---|
public abstract void AddPropertyToLoad( string propertyName ) |
Parameters
- propertyName
- Type: System..::.String
Name of the property.
Remarks
This class keeps a list of property names to query for whenever a directory entry is retrieved. By calling this method you
can expand this list with custom properties.