API Reference
Class
AdxShareOwnerMapping
Business-owner mapping applied to one share or a path prefix inside a share.
Inheritance
- Object
- AdxShareOwnerMapping
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public AdxShareOwnerMapping() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PathPrefix { get; set; } #Optional share-relative path prefix. Empty means share root.
public String OwnerIdentity { get; set; } #Owner identity key, such as SID, UPN, SAM, or DOMAIN\name.
public String OwnerDisplayName { get; set; } #Owner display name when supplied by the mapping source.
public String BusinessUnit { get; set; } #Business unit assigned by the mapping source.
public String OrgPath { get; set; } #Organizational path or OBS/OID value assigned by the mapping source.
public String Notes { get; set; } #Optional operator note.