This function sets the expiration time for a given stream to "never".
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public static void ClearStreamExpirationTime( string stream ) |
Visual Basic |
---|
Public Shared Sub ClearStreamExpirationTime ( _ stream As String _ ) |
Visual C++ |
---|
public: static void ClearStreamExpirationTime( String^ stream ) |
Parameters
- stream
- Type: String
complete path of the stream in vc:// or http:// format.