BasePermissionType.IsFolderOwnerSpecified Property

Definition

The IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified.

public:
 property bool IsFolderOwnerSpecified { bool get(); void set(bool value); };
public bool IsFolderOwnerSpecified { get; set; }
Public Property IsFolderOwnerSpecified As Boolean

Property Value

The IsFolderOwnerSpecified property returns true if the IsFolderOwner is specified; otherwise, the property returns false.

Applies to