Gets a value indicating whether this custom profile allows editing profile items.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public bool CanEditProfileItems { get; }
Visual Basic
Public ReadOnly Property CanEditProfileItems As Boolean
	Get

Field Value

trueTruetruetrue (True in Visual Basic) if this custom profile allows editing profile items; otherwise, falseFalsefalsefalse (False in Visual Basic).

Collapse imageRemarks

When using creating a custom profile with GetOtherApplicationCustomProfile(Session, String), if the application profile name does not match the Session's ApplicationProfileName, then editing of the profile items via calls to SetProfileItem(String, String, Object), SetProfileItem(String, String, String), RemoveProfileItem(String, String), RemoveNamespaceContents(String), FlushChanges()()()(), and the associated asynchronous versions, are not allowed.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

Collapse imageSee Also