Gets whether a cut-list item is a sub-folder.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsSubFolder As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim value As System.Boolean
instance.IsSubFolder = value
value = instance.IsSubFolder |
C# | |
---|
System.bool IsSubFolder {get; set;} |
C++/CLI | |
---|
property System.bool IsSubFolder {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the cut-list item is a sub-folder, false if not
Remarks
See Also