RepositoryLocation Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the RepositoryLocation class.
Overload List
Name | Description | |
---|---|---|
RepositoryLocation() | Initializes a new instance of the RepositoryLocation class. | |
RepositoryLocation(Guid) | Initializes a new instance of the RepositoryLocation class for a temporary report with the specified GUID. | |
RepositoryLocation(String) | Initializes a new instance of the RepositoryLocation class based on the specified item URL. | |
RepositoryLocation(String, Int32) | Initializes a new instance of the RepositoryLocation class based on the specified list URL and item identifier. | |
RepositoryLocation(String, FirstClassObjectType, Guid, Guid, Guid, Guid) | Initializes a new instance of the RepositoryLocation class with the specified properties. |
Top