Overview of AcreIntrusionUserProfileInfo goes here.
Item -> BaseInfo -> AcreIntrusionUserProfileInfo
Field | Type | Inherited from | Description |
---|---|---|---|
Href | String | Item | Gets or sets the Href value |
CommonName | String | BaseInfo | Gets or sets the CommonName value |
ConcurrencyVersion | Nullable<Int64> | BaseInfo | Gets or sets the ConcurrencyVersion value |
InFolderHref | String | BaseInfo | Gets or sets the InFolderHref value |
InFolderKey | String | BaseInfo | Gets or sets the InFolderKey value |
IsGlobal | Boolean | BaseInfo | Gets or sets the IsGlobal value |
Key | String | BaseInfo | Gets or sets the Key value |
Links | List<Link> | BaseInfo | Gets or sets the Links value |
Metadata | MetadataItem[] | BaseInfo | Gets or sets the Metadata value |
Monikers | MonikerItem[] | BaseInfo | Gets or sets the Monikers value |
Notes | NoteInfo[] | BaseInfo | Gets or sets the Notes value |
ObjectLinks | ObjectLinkItem[] | BaseInfo | Gets or sets the ObjectLinks value |
Tags | String[] | BaseInfo | Gets or sets the Tags value |
GlobalId | Int32 | AcreIntrusionUserProfileInfo | Gets or sets the GlobalId value |
PanelRelationEntries | AcreIntrusionPanelRelationEntryItem[] | AcreIntrusionUserProfileInfo | Gets or sets the PanelRelationEntries value |
Permissions | AcreIntrusionUserProfilePermissions | AcreIntrusionUserProfileInfo | Gets or sets the Permissions value |
{
"Href" : "String",
"CommonName" : "String",
"ConcurrencyVersion" : "Nullable\<Int64\>",
"InFolderHref" : "String",
"InFolderKey" : "String",
"IsGlobal" : "Boolean",
"Key" : "String",
"Links" : "List\<[Link](/object-model/link)\>",
"Metadata" : "[MetadataItem](/object-model/metadataitem)[]",
"Monikers" : "[MonikerItem](/object-model/monikeritem)[]",
"Notes" : "[NoteInfo](/object-model/noteinfo)[]",
"ObjectLinks" : "[ObjectLinkItem](/object-model/objectlinkitem)[]",
"Tags" : "String[]",
"GlobalId" : "Int32",
"PanelRelationEntries" : "[AcreIntrusionPanelRelationEntryItem](/object-model/acreintrusionpanelrelationentryitem)[]",
"Permissions" : "[AcreIntrusionUserProfilePermissions](/object-model/acreintrusionuserprofilepermissions)"
}
Example in C#
// Returns: AcreIntrusionUserProfileInfo
var acreIntrusionUserProfileInfo = await client.AddAcreIntrusionUserProfileAsync(FolderInfo folder, AcreIntrusionUserProfileInfo AcreIntrusionUserProfile, AccessLevelInfo AccessLevel);
Example in C#
// Returns: nothing
await client.DeleteAcreIntrusionUserProfileAsync(AcreIntrusionUserProfileInfo AcreIntrusionUserProfile);
Example in C#
// Returns: AcreIntrusionUserProfileInfo
var acreIntrusionUserProfileInfo = await client.GetAcreIntrusionUserProfileByAccessLevelIdAsync(FolderInfo folder, String AccessLevelId);
Example in C#
// Returns: IEnumerable<AcreIntrusionUserProfileInfo>
var acreIntrusionUserProfileInfo = await client.GetAcreIntrusionUserProfilesAsync(FolderInfo folder);
Example in C#
// Returns: nothing
await client.UpdateAcreIntrusionUserProfileAsync(AcreIntrusionUserProfileInfo AcreIntrusionUserProfile);