| SharePointDocumentLibraryDocuments Property |
The documents in the list
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public List<SharePointDocument> Documents { get; }
Public ReadOnly Property Documents As List(Of SharePointDocument)
Get
public:
property List<SharePointDocument^>^ Documents {
List<SharePointDocument^>^ get ();
}
member Documents : List<SharePointDocument> with get
Property Value
Type:
ListSharePointDocumentSee Also