'DeclarationPublic Function New( _ ByVal internalID As String, _ ByVal descriptor As String, _ ByVal type As String, _ ByVal lastModificationUTC As Date _ )
public RepositoryItem( string internalID, string descriptor, string type, DateTime lastModificationUTC )
public: RepositoryItem( String^ internalID, String^ descriptor, String^ type, DateTime lastModificationUTC )
Parameters
- internalID
For more details see property InternalID.
- descriptor
For more details see property Descriptor.
- type
For more details see property Type.
- lastModificationUTC
For more details see property LastModificationUTC.